ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MenuBase<T> Class
Members

In This Topic
    MenuBase<T> Class
    In This Topic
    The Menu control shows a text element with a drop-down list of commands that the user can invoke by click or touch.
    Object Model
    MenuBase<T> ClassMenuCommand Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public MustInherit Class MenuBase(Of T) 
       Inherits ComboBoxBase(Of T)
       Implements IDropDown, ITemplate 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public abstract class MenuBase<T> : ComboBoxBase<T>, IDropDown, ITemplate  
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.ItemsBoundControl<T>
                C1.Web.Mvc.DropDown<T>
                   C1.Web.Mvc.ComboBoxBase<T>
                      C1.Web.Mvc.MenuBase<T>
                         C1.Web.Mvc.Menu

    See Also